

'宣言
Public MustInherit Class GridLayoutBuilder
(Of TControl As GridLayout,
TBuilder As GridLayoutBuilder(Of TControl,TBuilder))
Inherits LayoutBaseBuilder(Of TControl,TBuilder)
Implements ITemplateBuilder(Of TBuilder), Microsoft.AspNetCore.Html.IHtmlContent
public abstract class GridLayoutBuilder<TControl,TBuilder> : LayoutBaseBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>, Microsoft.AspNetCore.Html.IHtmlContent where TControl: GridLayout where TBuilder: GridLayoutBuilder<TControl,TBuilder>
System.Object
C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.LayoutBaseBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.GridLayoutBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.AutoGridLayoutBuilder
C1.Web.Mvc.Fluent.ManualGridLayoutBuilder